home *** CD-ROM | disk | FTP | other *** search
- Path: hobbes.cc.uga.edu!pollux!greear
- From: greear@pollux.cs.uga.edu (Ben Greear)
- Newsgroups: comp.lang.c++
- Subject: Re: Help With Algorithm
- Date: 5 Apr 1996 23:06:50 GMT
- Organization: University of Georgia, Athens
- Message-ID: <4k492a$oar@hobbes.cc.uga.edu>
- References: <4k31t3$jk7@nuscc.nus.sg>
- NNTP-Posting-Host: pollux.cs.uga.edu
-
- In article <4k31t3$jk7@nuscc.nus.sg>, Sun Jian <eng50636@leonis.nus.sg> wrote:
- >Hi,
- >
- >***************************************************************************
- > What is the minimum number of knights requred to control the whole 8x8
- >chess board? (the place occupied by a knight is also regard as being
- >controlled).
- >***************************************************************************
- >
- > By using maths, I know the answer is 12. Just want it be done by
-
-
- Just formalize the way you did it with "maths". If you can do it with
- math it is usually very easy to translate it into an computer algorithm,
- for that matter, the "maths" usually ARE algorithms :)
-
- Ben Greear | "The meek shall inherit the Earth,
- greear@pollux.cs.uga.edu | the rest of us are going to the Stars!!
- Junior at UGA --Bumper Sticker
-
-
-
-